Class FilterSetImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.FilterSetImpl
All Implemented Interfaces:
IPCObject, FilterSet

public class FilterSetImpl extends IPCObjectImpl implements FilterSet
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getFilterAt

      public Filter getFilterAt(int filterIndex)
      Information provided by the PKI file:
      
          \brief Returns the filter at the index location.
          
          \param filterIndex, the index of the filter.
          
          \return Filter, the filter object of given index.
          
              
      Specified by:
      getFilterAt in interface FilterSet
      Parameters:
      filterIndex - Takes in a parameter of filterIndex
      Returns:
      Filter Returns a Filter
    • getFilterCount

      public int getFilterCount()
      Information provided by the PKI file:
      
          \brief Returns the number of filters.
          
          \return int, the number of filters.
          
              
      Specified by:
      getFilterCount in interface FilterSet
      Returns:
      int Returns a int